a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    display: block;
    width: 500px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    font-style: italic
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '"';
    content: none
}

button,
input {
    -webkit-appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em,
i {
    font-style: italic
}

del {
    text-decoration: line-through
}

b,
strong {
    font-weight: 700
}

ol {
    width: 600px;
    margin: 0 auto;
    text-align: left
}

ol li {
    list-style-type: decimal
}

ul {
    width: 600px;
    margin: 0 auto;
    text-align: left
}

ul li {
    list-style: disc
}

a {
    color: inherit;
    text-decoration: underline
}

body,
html {
    min-height: 100%
}

body {
    background-color: #fff;
    color: #1b1f23;
    font-family: Helvetica Neue, Arial, sans-serif
}

.wrap {
    width: 605px;
    margin: 100px auto 0;
    text-align: center
}

.wrap h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 90px
}

.wrap h2 {
    line-height: 45px;
    margin: 0 0 80px
}

.wrap h2,
.wrap h3 {
    font-size: 24px;
    font-weight: 400
}

.wrap h3 {
    margin: 0 0 45px
}

.wrap .author_link {
    margin-top: 15px;
    color: #616161;
    margin: 0 0 50px
}

.wrap .author_link a {
    color: #000
}

.wrap .countdown {
    margin: 0 0 85px
}

.wrap .countdown span {
    font-size: 30px
}

.wrap form.subscribe_form {
    box-sizing: border-box;
    width: 465px;
    margin: 0 0 75px;
    display: inline-block;
    border: 3px solid #e0e0e0;
    overflow: hidden;
    text-align: center
}

.wrap form.subscribe_form input {
    margin: 0;
    outline: 0;
    border: 0;
    float: left;
    font-size: 18px;
    padding: 20px 25px;
    box-sizing: content-box
}

.wrap form.subscribe_form input[type=text] {
    width: 245px
}

.wrap form.subscribe_form input[type=submit] {
    background: #000;
    color: #fff;
    float: right;
    cursor: pointer;
    padding: 20px 30px;
    border-left: 3px solid #e0e0e0
}

.wrap form.subscribe_form input[type=submit]:hover {
    background: #fff;
    color: #000;
    border-left: 3px solid #e0e0e0
}

.wrap form.subscribe_form input[type=submit]:active {
    background: #1e1e1e;
    color: #fff
}

.wrap form.subscribe_form .error {
    color: red
}

.wrap form.subscribe_form label.error {
    display: none!important
}

.wrap form.login_form {
    width: 100%;
    margin: 15px 0 0
}

.wrap form.login_form input {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #e2e2e2;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    margin: 0 10px 0 0;
    outline: 0;
    padding: 15px
}

.wrap form.login_form input[type=submit] {
    background: #000;
    color: #fff;
    margin: 0;
    border-color: #000;
    font-weight: 700;
    padding: 15px 30px;
    cursor: pointer
}

.wrap form.login_form input[type=submit]:active {
    position: relative;
    top: 1px
}

.wrap .social {
    margin: 0 0 70px
}

.wrap .social a {
    width: 22px;
    height: 22px;
    margin: 0 0 20px 55px;
    background-image: url(../images/icn_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -999em
}

.wrap .social a:first-of-type {
    margin: 0 0 20px
}

.wrap .social .git {
    background-position: 0 0
}

.wrap .social .fb {
    background-position: -240px 0
}

.wrap .social .tw {
    background-position: -162px 0
}

.wrap .social .rss {
    background-position: -402px 0
}

.wrap .social .mail {
    background-position: -560px 0
}

.wrap .social .pin {
    background-position: -322px 0
}

.wrap .social .dribbble {
    background-position: -82px 0
}

.wrap .social .gplus {
    background-position: -486px 0
}

.wrap .social .linkedin {
    background-position: -633px 0
}

.wrap .contact_us {
    color: #000;
    border: 3px solid #000;
    font-size: 18px;
    padding: 15px 40px;
    display: inline-block;
    margin: 0 0 70px
}

.wrap .contact_us:hover {
    background: #000;
    color: #fff
}

.contact_us {
    text-decoration: none
}

.contact {
    position: fixed;
    display: none;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(27, 31, 35, .95)
}

.contact label.error {
    color: red;
    float: left;
    font-size: 11px;
    padding-top: 10px
}

.contact .form {
    width: 520px;
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    box-sizing: border-box;
    margin: 100px auto;
    transition: transform .2s ease-in-out
}

.contact .form input,
.contact .form textarea {
    padding: 15px 20px;
    margin: 0;
    outline: 0;
    width: 100%;
    background: #f9f9f9;
    border: 3px solid #e0e0e0;
    font-size: 18px;
    font-family: Helvetica Neue, Arial, sans-serif;
    box-sizing: border-box;
    resize: none
}

.contact .form textarea {
    height: 175px;
    padding: 20px
}

.contact .form input[type=text]::-webkit-input-placeholder,
.contact .form textarea::-webkit-input-placeholder {
    color: #dadada
}

.contact .form input[type=text]::-moz-input-placeholder,
.contact .form textarea::-moz-input-placeholder {
    color: #dadada
}

.contact .form input[type=text]::-ms-input-placeholder,
.contact .form textarea::-ms-input-placeholder {
    color: #dadada
}

.contact .form .col {
    width: 205px;
    margin: 0 0 30px;
    display: inline-block;
    float: left
}

.contact .form .col.last {
    float: right
}

.contact .form .submit {
    margin: 30px 0 0;
    text-align: center;
    clear: left
}

.contact .form .submit input {
    cursor: pointer;
    display: inline-block;
    background: #1b1f24;
    color: #fff;
    border: 0;
    padding: 20px 45px;
    width: auto
}

.contact .move_top {
    transform: perspective(1000px) translateY(-200px)
}

.contact .move_bottom {
    transform: perspective(1000px) translateY(0)
}

.contact .zoom {
    transform: perspective(1000px) scale(.5);
    transition: transform .3s ease-in-out
}

.contact .zoomed {
    transform: perspective(1000px) scale(1)
}

.contact .fold {
    transform: perspective(1000px) rotateY(90deg)
}

.contact .unfold {
    transform: perspective(1000px) rotateY(0)
}

.background {
    background: url(../images/backgrounds/bg1.jpg) no-repeat top fixed;
    background-size: cover
}

.background .countdown span {
    color: #fff
}

.background form.subscribe_form input[type=submit] {
    color: #000;
    background: #fff
}

.background form.subscribe_form input[type=text] {
    background: transparent;
    color: #fff
}

.background form.subscribe_form input.error[type=text] {
    color: red
}

.background form.subscribe_form input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.background form.subscribe_form input[type=text]::-moz-input-placeholder {
    color: #fff
}

.background form.subscribe_form input[type=text]::-ms-input-placeholder {
    color: #fff
}

.background .contact_us {
    color: #fff;
    border-color: #fff
}

@media only screen and (max-width:700px) {
    .wrap form.login_form {
        width: 80%;
        margin: 15px auto 0
    }
    .wrap form.login_form input {
        width: 49%;
        margin: 0 2% 0 0
    }
    .wrap form.login_form input[type=password] {
        margin: 0
    }
    .wrap form.login_form input[type=submit] {
        width: 100%;
        margin: 15px 0 0
    }
}

@media only screen and (max-width:550px) {
    .wrap {
        width: 90%;
        margin: 50px auto 0
    }
    .wrap h1 {
        margin: 0 0 50px
    }
    .wrap h2,
    .wrap h3 {
        font-size: 18px
    }
    .wrap form.subscribe_form {
        box-sizing: border-box;
        width: 100%
    }
    .wrap form.subscribe_form input {
        box-sizing: border-box
    }
    .wrap form input[type=submit],
    .wrap form input[type=text] {
        width: 100%
    }
    .wrap form.subscribe_form input[type=submit] {
        padding-left: 0;
        padding-right: 0;
        border-left: none
    }
    .wrap .contact_us {
        margin: 0 0 50px
    }
    .contact .form {
        width: 90%
    }
    .contact .form input[type=submit],
    .contact .form p.col {
        width: 100%
    }
    .wrap form.login_form {
        width: 90%
    }
    .wrap form.login_form input {
        width: 100%;
        margin: 0 0 10px
    }
    .wrap form.login_form input[type=submit] {
        margin: 10px 0 0
    }
    ol,
    ul {
        width: 80%
    }
    blockquote,
    q {
        width: 70%
    }
}